projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d316798
)
Clarify the docs for gtk_info_bar_set_default_response
author
Matthias Clasen
<mclasen@redhat.com>
Tue, 23 Feb 2010 16:13:16 +0000
(11:13 -0500)
committer
Tristan Van Berkom
<tristan.van.berkom@gmail.com>
Sun, 4 Apr 2010 00:56:20 +0000
(20:56 -0400)
According to bug 610632
gtk/gtkinfobar.c
patch
|
blob
|
history
diff --git
a/gtk/gtkinfobar.c
b/gtk/gtkinfobar.c
index 9de968f7f8409038e4d200063a34fb456ac87dc1..b25df2c4937e3e8e730370a54b826e3fe761411d 100644
(file)
--- a/
gtk/gtkinfobar.c
+++ b/
gtk/gtkinfobar.c
@@
-956,6
+956,9
@@
gtk_info_bar_set_response_sensitive (GtkInfoBar *info_bar,
* the given response_id as the default widget for the dialog.
* Pressing "Enter" normally activates the default widget.
*
+ * Note that this function currently requires @info_bar to
+ * be added to a widget hierarchy.
+ *
* Since: 2.18
*/
void